-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add handling for ROSE_PYTHONPATH #2736
Conversation
4e3f7bd
to
cd10464
Compare
cd10464
to
5bfea9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we'll need to work out how to advertise thus one.
@@ -13,3 +13,5 @@ ignore= | |||
E731, | |||
# no longer best practice: | |||
W503 | |||
; module level import not at top of file | |||
E402, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be able to do this with inline comments rather than globally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was coping the Cylc tox.ini
. We don't generally do this, but when we do we usually have our reasons. It's not a fault I think we'll miss.
Co-authored-by: Oliver Sanders <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why the tests are failing on 3.7?
Co-authored-by: Ronnie Dutta <[email protected]>
Co-authored-by: Ronnie Dutta <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you follow-up on cylc-flow with the ordering fix
|
Exactly the same as cylc/cylc-flow#5727